Collaboration diagram for XFcPrimitiveDrawLineSet:

Public Member Functions | |
| XFCIMPORT | ~XFcPrimitiveDrawLineSet () |
| Destructor. | |
| XFCIMPORT INT32 | getLineCount () |
| Returns the amount of line indicies. | |
| XFCIMPORT void | addLine (INT32 aStart, INT32 aEnd) |
| Adds a line to the set. | |
| XFCIMPORT XFcPrimitiveDrawLine * | getLine (INT32 aLineIndex) |
| Returns a pointer to a line index at aLineIndex. | |
| XFCIMPORT void | clear () |
| Clears the line index set. | |
Static Public Member Functions | |
| XFCIMPORT XFcPrimitiveDrawLineSet * | create (INT32 aMaxLineCount) |
| Creates a line index set with aMaxIndexCount maximum amount of lines . | |
Protected Member Functions | |
| XFCIMPORT | XFcPrimitiveDrawLineSet () |
| Protected constructor. | |
Protected Attributes | |
| XFcPrimitiveDrawLine * | mLines |
| Array of lines. | |
| INT32 | mLineCount |
| Count of lines. | |
| INT32 | mMaxLines |
| Maximum amount of lines. | |
XFcPrimitiveDrawLineSet is a set of lines defined with indicies. Each line has a start index and end index that refer to points in XFcPrimitiveDrawPointSet.
|
|
Destructor.
|
|
|
Protected constructor.
|
|
||||||||||||
|
Adds a line to the set.
|
|
|
Clears the line index set.
|
|
|
Creates a line index set with aMaxIndexCount maximum amount of lines .
|
|
|
Returns a pointer to a line index at aLineIndex.
|
|
|
Returns the amount of line indicies.
|
|
|
Count of lines.
|
|
|
Array of lines.
|
|
|
Maximum amount of lines.
|
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch | ||